home *** CD-ROM | disk | FTP | other *** search
- :
- # @(#) site_vars 1.7 Feb 19, 1992
- #
- # Copyright (C) 1989 The Santa Cruz Operation Inc. All Rights Reserved
- # This Module contains Proprietary Information of
- # The Santa Cruz Operation Inc, and should be treated as Confidential.
- #
- # M000, 06-Aug-92, hess
- # add huffman compression
- #
- # Full name of the product
- PRODSET="SCO HyperText Daemon"
- # PRD Value for product. The prd value is arbitrary. It should be
- # unique and 8 or less lowercase alpha/numeric characters. example: "xsight"
- PRODPRD=http
- # Machine type which defines the products software/hardware requirements
- PRODTYP=u386
- # Product release: [major rev].[functionality rev].[bugfix rev][dev group rev]
- # standard convention is to start with 1.0.0a
- PRODREL=1.0.0c
- # Target Operating System for the product. Must be UNIX or XENIX
- TARGET_OS=UNIX
- # Variables used by mkperm (invoked by docut) to get package information
- # for a product with one major package, if it is not given by other
- # means (eg. by docut -p <pkgdir> )
- # BASEPACKDIR is the directory under which the files are. (eg ./source)
- BASEPACKDIR=dist
- # BASEPACKNAME is the package name (eg MAIN)
- BASEPACKNAME=HTTP
- # BASEPACKDESC is the description of this pkg. (eg. "SCO Mastering Tools")
- # This should be a quoted string.
- BASEPACKDESC="SCO HyperText Daemon"
-
- #
- # CHANGE THESE FOR EACH MEDIA TYPE
- #
- # THESE VARS ARE SET FROM INSIDE THE MAKE FILE WHEN RUNNING "make cuts"
- # device name for archiving distribution
- #DEVICE=/dev/rfd096ds15
- # size of each distribution volume - 1200k for 96dshd floppies,
- # 1440k for 135dshd floppies.
- #VOLSIZE=1200k
- # blocking factor if required
- BLOCKING=10
- # complete command needed to format a volume
- FORMAT="format $DEVICE"
- # pathnames of any files not to be archived
- NOTAR=''
-
- #
- # SPECIAL PURPOSE VALUES. MODIFIED UNDER SPECIAL CIRCUMSTANCES
- #
- # NOCOMPRESS: used to indicate _packages_ in the product which are
- # not to be compressed when the -c option is used with docut or mkcuts
- # If NOCOMPRESS is not set, the only file not compressed is the permlist.
- NOCOMPRESS="PERM"
- #
- # Used for products designed to use custom update functionality.
- # To be used in conjunction with doupdate. Reference custom update definition
- # before using. Used ONLY for updates, example: "UA"
- PRODUPD=
- # For INTERNAL SCO use only. vols that require prefixes (B's,X's,D's)
- VOLPREFIX=
- # Only for products using SCO serialization.
- # Serialization key for serialization - optional, only if branding files
- SERIALKEY=
- # Only for products using SCO serialization.
- # Pathnames to any serialization files - optional, only if branding files
- SERIALIZE=''
- # For INTERNAL SCO use only. Special volumes that exist in non-default
- # locations. Default location is ./tmp/perms/$PRODPRD[.$PRODUPD]
- # If set this pathname must be relative to DISTDIR.
- PERMLIST=
-
- #
- # STANDARD VALUES. GENERALLY, NON-MODIFIED
- #
- # the "root" directory of the distribution hierarchy
- DISTDIR=`pwd`/dist
- # distribution misc directory, relative to CDISTDIR
- # used to store list of files corresponding to volumes
- MISCDIR=../misc
- # the "root" directory of the compressed hierarchy
- CDISTDIR=`pwd`/cdist
- # Image directory where media images are stored
- IMAGEDIR=`pwd`/cut
- # Sums directory where individual file sums of media are stored
- SUMDIR=`pwd`/cut
-
- # use best compression avail
- COMPRESSCMD="compress -H"
-